home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 72 / maccd 72.iso / updates / HTML Xtra 2.0.5 / HTML205.sit / HTML205 / xtradoc.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1999-02-22  |  297 b   |  23 lines

  1. on link str
  2.   puppetSound("time")
  3.   updateStage()
  4.   htmldolinkabs("html", str)
  5.   htmlgetmeta()
  6. end
  7.  
  8. on shapechange id
  9.   global ghandcursor
  10.   case id of
  11.     (-1):
  12.       cursor(-1)
  13.     0:
  14.       cursor(1)
  15.     1:
  16.       cursor(1)
  17.     2:
  18.       cursor(ghandcursor)
  19.     3:
  20.       cursor(-1)
  21.   end case
  22. end
  23.